home *** CD-ROM | disk | FTP | other *** search
- /*
- * File: TS3Sound.h
- *
- * Copyright © 1996 Apple Computer, Inc.
- */
-
- #ifndef __TS3Sound__
- #define __TS3Sound__
-
- #include <Sound.h>
- #include <Types.h>
-
- #include "SoundSprocket.h"
-
-
- void Sound_Init(
- void);
-
- void Sound_Exit(
- void);
-
- void Sound_Configure(
- void);
-
- void Sound_PlaySilence(
- void);
-
- Boolean Sound_PlayResource(
- Str255 inSndName);
-
- void Sound_Set3DInfo(
- const SSpLocalizationData* in3DInfo);
-
- #endif /* __TS3Sound__ */